Welcome![Sign In][Sign Up]
Location:
Search - can driver

Search list

[Linux-Unixlcd1

Description: lcd驱动报告,看完能有所帮助-LCD driver, reading can be helped
Platform: | Size: 10440 | Author: 李勤 | Hits:

[Windows Developwin2000下访问端口

Description: 在Win2000及以上系统访问硬件端口的库及DEMO源程序,这个不是很好,我自己写了一个类,可以使应用程序不需要任何驱动程序也能鋗象在WIN98下那样访问端口,(收费的)有意者与我联系:02388888@vip.sina.com-in Win2000 and higher system hardware port visit to the basement and DEMO source, this is not very good, I wrote a class, can make application does not require any driver would like Juan as the Win98 port visit, (the charges) with my intention to contact : 02388888 @ vip. sina.com
Platform: | Size: 20162 | Author: 寒雪 | Hits:

[Disk ToolsFormatDisk

Description: 磁盘格式化是计算机用户经常使用的操作之一,但是对于如何编程实现磁盘格式化,很多人却不清楚。很多人认为磁盘格式化应该需要编写负载的VXD或者WDM驱动程序来直接对硬件进行操作。世界上完全可以通过调用一个简单的Shell函数来实现这一功能。-disk is formatted computer users often use one of the operation, but how programming disk format, but many people do not know. Many people think that the disk format should require the preparation of the load or WDM VXD driver to directly to the hardware to operate. The world can by calling a simple function of the Shell to achieve this function.
Platform: | Size: 27875 | Author: | Hits:

[Driver Developusbfx2lk_v1.1

Description: 基于vc++6.0环境的cypress USB 驱动源代码,支持块、计时、中断等传输方式。直接可以使用。-vc 6.0 on the environment cypress USB driver source code, support block, time, the suspension means of transmission. Direct can be used.
Platform: | Size: 855415 | Author: 陈强 | Hits:

[Disk Toolsdolba

Description: DOS下迷你硬盘读写器终于完工了! 可读写绝对扇区,支持大硬盘,U盘(需加载驱动),软盘。。 由于代码效率高,速度很快。 初步通过测试。 最后在自己的机子上大胆进行了写测试,即用坏数据写入硬盘,硬盘崩溃后,再用本程序把预先备份的数据恢复到硬盘,结果硬盘完好如初。。 有源码大家玩玩。。。 -DOS mini drives the reader finally completed! Absolutely can read and write sectors, and support the hard drive, USB drive (subject loading driver), the floppy disk. . Because of the code efficient, very fast. Preliminary tests. In their final boldly for the machine to write the tests, that is, using bad data written to the hard disk drive after the collapse, reuse of this procedure in advance backup to the hard drive data recovery, hard drive placed. . We play a source. . .
Platform: | Size: 17560 | Author: 李大大 | Hits:

[Other resourceCANIntC

Description: Microchip PIC18F 设备驱动代码 CAN部分-Microchip PIC18F family CAN device driver code part
Platform: | Size: 28898 | Author: 赵兵 | Hits:

[Otherr591lib

Description: 基于p87c591的can通讯驱动程序源码-based communications can p87c591 the driver source
Platform: | Size: 46138 | Author: zjg | Hits:

[Driver DevelopIIC-program

Description: 430IO模拟IIC的驱动程序, 大家可以下来看看呀-430IO simulation of the driver, we can look down ah
Platform: | Size: 1897 | Author: 11 | Hits:

[Otherallegttf

Description: 我修改的allegttf字体驱动程序,可以使它支持中文显示。-I changed allegttf font driver, it can show support for the Chinese.
Platform: | Size: 196265 | Author: zhaojinpo | Hits:

[Driver Develop20060205004531924

Description: 这是VGA格式的LCD驱动源代码,请大家多多支持-This the format VGA LCD driver source code, we can support! !
Platform: | Size: 2785 | Author: 丁鑫要 | Hits:

[OtherIT_wannengs

Description: 一个万能的摄像头驱动程序,很不错,大家可以下载用-an omnipotent camera driver, very good, we can use downloaded
Platform: | Size: 2004171 | Author: 廖东 | Hits:

[JSP/Java7894_SqlPlus

Description: 用JAVA写的数据库程序,Oracle的JDBC驱动程序,SqlServer的JDBC驱动程序,配置数据库连接,可以新增,修改,删除,也可以测试数据库连接是否配置正确-using Java to write a database program, Oracle JDBC driver, patching the JDBC driver, configuration database connectivity, the new, modified, and deleted. the database can also connect test whether the correct configuration
Platform: | Size: 796182 | Author: 徐锋 | Hits:

[Special EffectsDalsaNetlink

Description: Dalsa netlink 图像采集设备试验程序。 说明:需要图像采集卡安装后才能够有对应的驱动库。-Dalsa Netlink image acquisition equipment testing procedures. Note : the need for image acquisition card can be installed after corresponding driver library.
Platform: | Size: 148618 | Author: 高阳 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\") String driver = \"jdbc:microsoft:sqlserver://localhost:1433\" Connection conn = DriverManager.getConnection(driver,\"\",\"\") 修改成: Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\") String driver = \"jdbc:odbc:try\" Connection conn = DriverManager.getConnection(driver,\"sa\",\"\") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11861 | Author: fly | Hits:

[CommunicationPCSCIcTest

Description: 这是用VB6.0写的一个通用的CPU卡操作程序,支持PC/SC接口 安装任何一个PC/SC驱动的IC读写器后,都可以使用此程序进行CPU卡的测试.-This is written in Visual Basic 6.0 of a generic CPU card operations, support for the PC / SC interface to install a PC / SC driver IC reader, can the use of this procedure for testing CPU card.
Platform: | Size: 21420 | Author: wsh | Hits:

[WinSock-NDISCodeNet

Description: 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面的聊天程序。-network of the knowledge, network program, Socket is a link between the application and network drivers for the bridge, Socket in the application process to create, Driving through bind with the procedures established relations. Since then, Socket applications presented data from the socket to the network driver to send out. Computer network received from the socket and bundled IP Port-related data, from driver to Socket, applications from the Socket can extract the data receiver. Web applications is through this socket for data transmission and reception. TCP and UDP Principle and the work of the preparation process, and how to process link libraries. A character based chat program.
Platform: | Size: 25670 | Author: 李君懿 | Hits:

[Linux-Unix0503_test-key

Description: uClinux 环境下按键的驱动程序及相应的用户开发的简单实例。还有Makefile文件,直接在CygWin环境下编译可直接运行。-uClinux environment keys to the driver and the corresponding development of the user simple examples. There Makefile, CygWin directly in the environment can be compiled to run.
Platform: | Size: 1958 | Author: songyw | Hits:

[Linux-Unixabc54643

Description: 这个程序是我们公司自己开发的modem卡的驱动程序,isa总线的,每块卡可以同时支持4个外线拨入,一台工控机支持8快卡,32路同时收发。.rar-this procedure is our own development of the modem card of the driver, isa bus, every piece of card can support four lanes go to a support Taiwan IPC 8 Express cards, while 32 road transceiver. . Rar
Platform: | Size: 29851 | Author: s | Hits:

[OS DevelopCANdrv

Description: vxWorks下的can总线驱动,已经将can设备抽象为I/O设备,对can的访问可以像普通I/O一样操作-vxWorks the bus driver can have equipment can be abstracted as I / O equipment, on the visit can be like an ordinary I / O operation of the same
Platform: | Size: 10714 | Author: fellow | Hits:

[Other resourcepice-src.tar

Description: 一个类似与Windows环境下的softice的源代码,可以用来调试driver和应用程序。-similar to a Windows environment with the softice of source code, can be used to debug the driver and application procedures.
Platform: | Size: 248311 | Author: freducn2002 | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net